home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / web_dev / files / jext-install.exe / {app} / docs / stylesheet.css < prev   
Encoding:
Cascading Style Sheet File  |  2001-06-19  |  637 b   |  17 lines

  1. /* Jext documentation style sheet */
  2.  
  3. /* links */
  4. a:link { text-decoration: none; color:#AAACBE; }
  5. a:visited { text-decoration: none; color: #AAACBE; }
  6. a:active { text-decoration: underline; color: #AAACBE; }
  7. a:hover { text-decoration: underline; color: #CCCDD6; }
  8.  
  9. /* tables */
  10. table.main { color: black; font-family: Verdana, Arial, Helvetica,
  11.              sans-serif; font-size: 10pt; text-align: justify; }
  12. td.title { background: #45BF45; font-family: Verdana, Arial, Helvetica,
  13.            sans-serif; color: #000000; font-size: 6pt; text-align:
  14.            left; text-decoration: bold; }
  15.  
  16. /* End of stylesheet.css */
  17.